Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.TextMap Namespace / TextMapFragment Class / CopyTo Method / CopyTo(Int32,TextLineFragment[],Int32,Int32) Method

In This Topic
    CopyTo(Int32,TextLineFragment[],Int32,Int32) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Sub CopyTo( _
       ByVal index As System.Integer, _
       ByVal array() As TextLineFragment, _
       ByVal arrayIndex As System.Integer, _
       ByVal count As System.Integer _
    ) 
    public void CopyTo( 
       System.int index,
       TextLineFragment[] array,
       System.int arrayIndex,
       System.int count
    )

    Parameters

    index
    array
    arrayIndex
    count
    See Also